home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 25 / lzhc.zip / LZHC.DOC < prev    next >
Text File  |  1989-04-17  |  4KB  |  96 lines

  1.  
  2.                                   LZHC v1.0
  3.               - Converts ARC, PAK, ZIP files to LHARC format -
  4.            Copyright (C) 1989 CollisionWare(tm) Premium SoftWare
  5.                             Written by Kito Mann
  6. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7. 4/17/89                  D O C U M E N T A T I O N
  8. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9.  
  10. The files that should be included in this archive are:
  11.  
  12. LZHC.EXE   -  Executable Zip Converter Program
  13. LZHC.DAT   -  Configuration file for ZIPC.EXE
  14. LZHC.DOC   -  This Documetation
  15. LZHC.PAS   -  Turbo Pascal v5.0 source code for ZIPC.EXE
  16. CWARE.TPU  -  CollisionWare unit needed to re-compile ZIPC.EXE
  17.  
  18. LZHC is the actual executable file...the format for usage is:
  19.  
  20.   LZHC [filepath] [D]
  21.  
  22.  Where:
  23.         [filepath] = full filepath for file(s) to convert (wildcards excepted)
  24.         [D]        = if the D option is used, the original file WILL NOT be
  25.                      deleted
  26.  
  27. Examples of usage:
  28.  
  29.          LZHC C:\FIDO\FILE\*.*
  30.  
  31.    This will convert all files in the C:\FIDO\FILE\ directory with the
  32.    extenstions  .PAK, .ARC, or .ZIP to .LZH. It will also delete each file
  33.    converted.
  34.  
  35.          LZHC C:\DOWNLOAD\MYFILE.ARC D
  36.  
  37.    This will convert MYFILE.ARC to MYFILE.LZH (hopefully saving space), but
  38.    will NOT delete the original file MYFILE.ARC.
  39.  
  40.          LZHC FOO.PAK
  41.  
  42.    This reauires that LZHC is in the same directory as FOO.PAK. It will
  43.    convert FOO.PAK to FOO.LZH without deleting the original file.
  44.  
  45. Some Misc. Notes:
  46.  
  47.    You must edit the text file ZIPC.DAT to fit your needs. What must exist on
  48.    EACH line is in the actual file, but you must leave the first few lines,
  49.    or the program will not function correctly. It is all rather simple really.
  50.  
  51.    You also must have the archive programs (PKZIP,PAK,PKARC,LHARC) in the
  52.    paths that must be specified in LZHC.DAT. If the paths are incorrect,
  53.    but that specific program is not used to convert the files you have,
  54.    then you should be ok. Otherwise, the program will not perform properly
  55.    when it comes to a file that needs that archive program.
  56.  
  57.    If you don't know anything about LHARC, this little bit of info might
  58.    be helpful:
  59.  
  60.      LHARC is a file compression program new to the and US created in Japan.
  61.      It is one of the best ones I have found, and compresses much smaller
  62.      than PKZIP. The C source is readily becoming available, and the .EXE
  63.      file is small and easy to use. Hope this is helpful.
  64.  
  65.  
  66. WARRANTY:
  67.  
  68.    There is NO warranty. I have spent a lot of time writing this little
  69.    program, as I do in all my programs, no matter how simple they are.
  70.    However, I make no warranties, or guarantees. I will tell you this
  71.    program DOES work on my computer, but it may NOT work on yours, therfore
  72.    I am not going to say it will, because of the fact I would probably get
  73.    sued for it. You USE THIS PROGRAM AT YOUR OWN RISK!
  74.  
  75. CollisionWare SoftWare:
  76.  
  77.    Look for other CollisionWare(tm) files soon....I have also created
  78.    an ARC/PAK/LHARC to PKZIP converter which should be wherever you foundout within a day or two
  79.    this. Also, there is a program called BREAKER already available that
  80.    seperates text files. A voting program for Fido/OPUS/QuickBBS should
  81.    be available soon, as well as some utilites for Opus.
  82.    Expect some other programs from CollisionWare(tm) Premium SoftWare Soon!
  83.  
  84. Have fun...and send whatever you want to:
  85.  
  86.  Kito Mann
  87.  9525 HeathWood CT
  88.  Burke, VA
  89.  22015
  90.  
  91. or call:
  92.  
  93.   The Collision Theory(tm) pmbbs
  94.   (703)425-4674 from 10PM-7AM
  95.  
  96. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~